home *** CD-ROM | disk | FTP | other *** search
/ Exploring Aeronautics / NASA Exploring Aeronautics.iso / pc / source / visitor.dxr / Internal_6_play intro VO.ls < prev    next >
Encoding:
Text File  |  1998-06-02  |  164 b   |  9 lines

  1. global gMain, gSoundManager
  2.  
  3. on exitFrame
  4.   if mIsFirstTime(gMain) then
  5.     mWaitForSound(gSoundManager)
  6.     mVoiceOver(gSoundManager, "visitor0.aif")
  7.   end if
  8. end
  9.